Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddPrincipalResolver Method / AddPrincipalResolver(Func<IPrincipal>) Method

In This Topic
    AddPrincipalResolver(Func<IPrincipal>) Method
    In This Topic
    Specify the System.Security.Principal.IPrincipal resolver function for the current application.
    Syntax
    'Declaration
     
    
    Overloads Function AddPrincipalResolver( _
       ByVal func As Func(Of IPrincipal) _
    ) As ILoupeAgentBuilder
    ILoupeAgentBuilder AddPrincipalResolver( 
       Func<IPrincipal> func
    )

    Parameters

    func

    Return Value

    The builder instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also